home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / utilitys / 81 / bccstuff / bccarc.doc < prev    next >
Text File  |  1987-09-03  |  5KB  |  94 lines

  1. >BCC.ARC docs
  2.  
  3.   Most of the programs in this file were created by Randy Warner
  4. and BC Computing except where noted. Those written by RW/BCC are
  5. to be considered as 'share ware'. That means- if you like it and
  6. would like to get a copy of the source code, additional updates,
  7. and any additional documentation, please consider sending a token
  8. of your gratitude to:
  9.  
  10.      Randy Warner
  11.      BC Computing
  12.      1105 W. 11th
  13.      Anchorage, Alaska 99501
  14.  
  15. In most cases, $5.00 or $10.00 will just be enough to help me cover
  16. any costs for paper, disks, time invested, etc.
  17.  
  18. The reason why I ask for donations is because I am an EXTREMELY POOR
  19. Atari developer... BUT... don't let that make you feel obligated...
  20. If you decide to donate, or not to donate, I'm sure that your reasons
  21. are justified. Please keep in mind that if you do choose to donate, I
  22. will send you copies of the latest versions and the associated source
  23. code.
  24.  
  25. Thanks for bearing with me thru the 'advertisement'...
  26.  
  27. BC Computing stands for "Barely Coherent" Computing, and NOT "Before
  28. Christ" Computing...that's just in case you were wondering. It's supposed
  29. to be an inside joke... because friends of mine joked that my code was,
  30. in most cases, "...heavily commented." My response was- "Well, gee. That
  31. just makes it 'Barely Coherent' then, doesn't it?"  And thus- our name
  32. was born...
  33.  
  34. Here's a 'barely coherent' rundown on the files contained in this .ARC
  35. file:
  36.  
  37.      WIPEDEMO.LST - FREE CODE! A demonstration of a video effect to wipe
  38.                     the screen with color(s). Experiment with it...
  39.                     Supports ALL resolutions.
  40.  
  41.      EPENCIL.PRG  - A primitive doodlers sketchpad. Intuitive mouse
  42.      Ver. 2.0       controlled 'mini-menu' system makes it easy to use,
  43.                     and virtually KID-CRASH-PROOF. (It even passed the
  44.                     Alex test...a local kid who should be every
  45.                     programmers educational/childrens software tester;
  46.                     he can crash just about anything!).
  47.                     More features are being added to Ver. 3.0 to allow
  48.                     solid fills, rubber band lines, k-lines, circles,
  49.                     ellipses, boxes, multiple editing screens,
  50.                     multiple colors, tools, fill-patterns, cutting and
  51.                     pasting, saving as .NEO or DEGAS (all resolutions)
  52.                     or saving as user includable .LST files for using your
  53.                     doodles in your own programs. Supports all
  54.                     resolutions...This program is share ware. Any comments
  55.                     or suggestions are encouraged and appreciated!
  56.  
  57.      3BOXDEMO.PRG - Small animated boxes demo. The program can be exited
  58.                     by clicking BOTH mouse buttons silmultaneously. This
  59.                     program is share ware. Medium RES...
  60.  
  61.      RBOXDEMO.PRG - Similar to above. Displays a twisting box. This
  62.                     program can be exited by pressing ANY key... This
  63.                     program is share ware. Medium RES...
  64.  
  65.      RESETPAL.PRG - Restores the default ST system color pallette, does
  66.                     correct color descrepencies when using Gfa to switch
  67.                     between resolutions. Code can be used to manage color
  68.                     pallette resetting after applications are run (before
  69.                     you exit to the desktop). THe example code can be
  70.                     found within the file WIPEDEMO.LST... This file is
  71.                     included as a stand alone application so that you may
  72.                     fix the system color pallette after exiting sloppily
  73.                     programmed applications...(get the hint boys?). Works
  74.                     in ALL resolutions (althought it's probably not
  75.                     necessary to use this for High RES).
  76.  
  77.      GFASPIRO.PRG - A facinating and 'firey' random spirograph program.
  78.                     Sometimes the images are complex, sometimes fractured
  79.                     and broken...that's the nature, and the beauty of
  80.                     randomness! Instructions: Left mouse button to see
  81.                     the next spirograph, right to exit the program. This
  82.                     program is share ware and will appear on the NEXT
  83.                     ACCA (Atari Computer Club of Anchorage) monthly disk.
  84.                     Low resolution ONLY...
  85.  
  86. ==========================================================================
  87.  
  88.   Well- that wraps up the 'Barely Coherent' docs... any questions or
  89. comments can be sent to the above listed address...     Thanx!    >Randy
  90.  
  91. ==========================================================================
  92.  
  93.  
  94.